/**顶部轮播图*/
.banner-index {
  height: 520px;
  margin-top: -20px;
  padding-top: 70px;
}
.banner-index .slider li {
  position: relative;
  width: 1920px;
  height: 500px;
}
.banner-index .slider li:nth-child(1) {
  background: url('../images/topBanner1.png') no-repeat fixed center 70px;
}
.banner-index .slider li:nth-child(2) {
  background: url('../images/topBanner2.jpg') no-repeat fixed center 70px;
}
.banner-index .slider li:nth-child(3) {
  background: url('../images/topBanner3.png') no-repeat fixed center 70px;
}
.banner-index .slider li:nth-child(4) {
  background: url('../images/topBanner4.png') no-repeat fixed center 70px;
}
.banner-index .slider li:nth-child(5) {
  background: url('../images/yqbannerpc.png') no-repeat fixed center 70px;
}
.banner-index .slider li a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.banner-index .slider1 {
  color: #fff;
  position: absolute;
  text-align: center;
  margin-top: 125px;
  left: 50%;
  margin-left: -180px;
}
.banner-index .slider1 .slider1-name {
  font-size: 60px;
}
.banner-index .slider1 .slider1-mark {
  font-size: 36px;
}
.banner-index .slider1 .slider1-discounts {
  font-size: 24px;
  border: 1px solid #fff;
  width: 150px;
  padding: 10px;
  border-radius: 50px;
  margin-left: 100px;
  margin-top: 30px;
  cursor: pointer;
}
.banner-index .slider1 .slider1-discounts a {
  color: #fff;
  text-decoration: none;
}
.banner-index .slider2 {
  width: 1200px;
  color: #fff;
  position: absolute;
  margin-top: 125px;
  left: 50%;
  margin-left: -600px;
}
.banner-index .slider2 .slider2-name {
  font-size: 48px;
}
.banner-index .slider2 .slider2-mark {
  font-size: 18px;
}
.banner-index .slider2 .slider2-discounts {
  font-size: 20px;
  border: 1px solid #fff;
  width: 150px;
  padding: 10px;
  border-radius: 50px;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}
.banner-index .slider2 .slider2-discounts a {
  color: #fff;
  text-decoration: none;
}

/**光云产品*/
.raycloud-product {
  background: #fafafa;
  position: relative;
  box-sizing: border-box;
  padding: 68px 0 96px;
  display: flex;
  justify-content: center;
}
.raycloud-product .img-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.raycloud-product .img-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.raycloud-product .main {
  width: 1200px;
}
.raycloud-product .title {
  font-size: 30px;
  color: #2d64e6;
  text-align: center;
}
.raycloud-product .remark {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.raycloud-product .product {
  display: flex;
  position: relative;
  margin-top: 60px;
  align-items: stretch;
}
/* 鼠标移入 */
.raycloud-product .product-item.active {
  border: 2px solid #2d64e6;
}
.raycloud-product .product-item.active .more {
  background-image: url('../images/product_logo/pull-down-active.png');
}

.raycloud-product .product a img {
  width: 90px;
  height: 90px;
}
.raycloud-product .product1,
.product2,
.product3 {
  position: relative;
  width: 380px;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
}

.raycloud-product .product .flag {
  margin-left: 20px;
}
.raycloud-product .product .title {
  font-size: 24px;
  color: #333;
  position: absolute;
  left: 60px;
  top: 20px;
}
.raycloud-product .product .remark {
  font-size: 14px;
  position: absolute;
  left: 60px;
  top: 60px;
}
.raycloud-product .product .detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}
.raycloud-product .product .detail > a {
  width: 90px;
  height: 90px;
  margin: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.raycloud-product .product .detail > a >img {
  width: 100%;
  height: 100%;
}
.raycloud-product .product .detail.active {
  height: auto !important;
}

.raycloud-product .product .more {
  box-sizing: border-box;
  height: 74px;
  border-top: 1px solid #e5e5e5;
  background-image: url('../images/product_logo/pull-down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.raycloud-product .product .more.active {
  background-image: url('../images/product_logo/reduce-active.png');
}


/**战略投资*/
.strategy-invest {
  background: #fff;
  position: relative;
}
.strategy-invest .main {
  width: 1200px;
  margin: 0px auto 0px;
  position: relative;
}
.strategy-invest .title {
  padding-top: 70px;
  font-size: 30px;
  color: #2d64e6;
  text-align: center;
}
.strategy-invest .remark {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.strategy-invest .content {
  height: 1120px;
  width: 1100px;
  margin: 70px auto 0px;
  background-image: url('../images/circle.png');
  background-repeat: no-repeat;
}
.strategy-invest .content img {
  position: absolute;
  top: 95px;
  margin-left: 60px;
}
.strategy-invest .circle-link {
  font-size: 16px;
  position: absolute;
  top: 553px;
  right: 235px;
}
.strategy-invest .circle-link a {
  color: #fff;
  text-decoration: none;
}
.strategy-invest .circle-link a:hover {
  text-decoration: underline;
}
/**全链路解决方案*/
.link-solution {
  position: absolute;
  width: 100%;
  top: 655px;
  height: 700px;
  background-color: #191938;
}
.link-solution .main {
  position: relative;
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  background-image: url('../images/circle.png');
  background-repeat: no-repeat;
  background-position: 45px -435px;
}
.link-solution .title {
  color: #fff;
}
.link-solution .remark {
  color: #fff;
}
.link-solution .solution-content {
  display: flex;
  width: 1200px;
  margin-top: 60px;
  overflow: hidden;
}
.link-solution .solution-content .solution-left,
.solution-right {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.link-solution .solution-left {
  position: absolute;
  top: 350px;
  left: -21px;
  z-index: 1;
}
.link-solution .solution-right {
  position: absolute;
  top: 350px;
  right: -21px;
  z-index: 1;
}
.link-solution .solution-content ul {
  display: flex;
  position: relative;
}
.link-solution .solution-content ul li {
  display: inline;
  margin-right: 10px;
  cursor: pointer;
}
.link-solution .solution-content ul li > img {
  width: 260px;
}
.link-solution .solution-content li .li-rewrap {
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-left: 30px;
  margin-top: 115px;
}
.link-solution .solution-content li .li-rewrap .comment {
  font-size: 12px;
  line-height: 18px;
  width: 215px;
  text-align: left;
  opacity: 0;
  margin-top: 20px;
}
.link-solution .solution-content li .li-rewrap .detail {
  width: 160px;
  height: 44px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  margin-left: 20px;
  opacity: 0;
  margin-top: 20px;
}
.link-solution .solution-content li .li-rewrap .detail a {
  color: #2d64e6;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  top: 10px;
}
.link-solution .solution-content li .li-rewrap .detail a:hover {
  text-decoration: underline;
}

/**生活在光云*/
.raycloud-life {
  background-color: #fff;
}
.raycloud-life .main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.raycloud-life .num-wrapper {
  display: flex;
  padding-top: 100px;
}
.raycloud-life .num-wrapper .wrap {
  height: 200px;
  width: 190px;
  text-align: center;
  padding-top: 50px;
  border-right: 1px solid #ececec;
}
.raycloud-life .num-wrapper .wrap:last-child {
  border-right: 0px;
}
.raycloud-life .num-wrapper .wrap .content {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.raycloud-life .num-wrapper .wrap .number {
  font-size: 30px;
  color: #1677ff;
}
.raycloud-life .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #2d64e6;
  text-align: center;
}
.raycloud-life .img-wrapper .image1-wrapper {
  display: flex;
  margin-bottom: 5px;
}
.raycloud-life .img-wrapper .image1-wrapper > div {
  margin-right: 10px;
}
.raycloud-life .img-wrapper .image2-wrapper {
  display: flex;
}
.raycloud-life .img-wrapper .image2-wrapper > div {
  margin-right: 10px;
}

/**我们客户轮播*/
.our-clientele {
  width: 1200px;
  height: 600px;
  margin: 60px auto 0px;
}
.our-clientele .title {
  font-size: 30px;
  color: #2d64e6;
  text-align: center;
}
.our-clientele .slider li {
  width: 1200px;
}

/**光云动态*/
.raycloud-dynamic {
  background: #fff;
  position: relative;
}
.raycloud-dynamic .main {
  width: 1200px;
  height: 680px;
  margin: 70px auto 0px;
}
.raycloud-dynamic .title {
  font-size: 30px;
  color: #2d64e6;
  text-align: center;
  padding-top: 50px;
}
.raycloud-dynamic .sub-title {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.raycloud-dynamic .sub-title span {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #333;
  cursor: pointer;
}
.raycloud-dynamic .sub-title span:hover {
  color: #2d64e6;
}
.raycloud-dynamic .sub-title span:last-child {
  border-right: 0px;
}
.raycloud-dynamic .content {
  margin-top: 30px;
  position: relative;
}
.raycloud-dynamic .content-left {
  position: absolute;
  left: 0px;
  width: 420px;
  height: 358px;
  background-color: #000;
  padding: 20px;
  color: #fff;
}
.raycloud-dynamic .content-left img {
  width: 420px;
  height: 250px;
}
.raycloud-dynamic .content-left .left-title {
  text-align: left;
  margin-top: 10px;
}
.raycloud-dynamic .content-left .left-title a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
.raycloud-dynamic .content-left .time {
  margin-top: 10px;
}
.raycloud-dynamic .content-right {
  position: absolute;
  left: 500px;
  width: 700px;
}
.raycloud-dynamic .content-right > div {
  display: flex;
}
.raycloud-dynamic .content-right img {
  margin-bottom: 30px;
  margin-right: 15px;
}
.raycloud-dynamic .content-right .right-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.raycloud-dynamic .content-right .right-time {
  color: #999;
  margin-bottom: 5px;
}
.raycloud-dynamic .content-right .right-content {
  color: #151515;
}
.raycloud-dynamic .content-footer {
  position: relative;
  top: 430px;
  text-align: center;
}
.raycloud-dynamic .content-footer a {
  width: 100px;
  padding: 10px 30px;
  background-color: #2d64e6;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
}

/**合作平台*/
.teamwork-platform {
  width: 1200px;
  height: 560px;
  margin: 60px auto 0px;
}
.teamwork-platform .title {
  font-size: 30px;
  color: #2d64e6;
  text-align: center;
}
.teamwork-platform .slider li {
  width: 1200px;
}
